home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / tn2.dir / 00105_Script_105 < prev    next >
Text File  |  1995-12-12  |  540b  |  34 lines

  1. on exitFrame
  2.   --4
  3.   
  4.   HL 45, 28
  5.   
  6.   preLoadCast 37, 39
  7.   
  8.   
  9.   if rollover(3) then
  10.     show "N004.A"
  11.   else
  12.     if rollover(4) then
  13.       show "N004.b"
  14.     else
  15.       if rollover(5) then
  16.         show "N004.B RED"
  17.       else   
  18.         if rollover(6) then
  19.           show "N004.C"
  20.         else
  21.           if rollover(7) then
  22.             show "N004.D"
  23.           else
  24.             reshow "4", "N004"
  25.             prompt2
  26.           end if
  27.         end if
  28.       end if
  29.     end if 
  30.   end if
  31.   
  32.   go the frame
  33.   
  34. end